glBufferData

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void glBufferData(GLenum target, GLuint size, void* data, GLenum usage)
  2. void glBufferData(GLenum target, GLsizeiptr size, void* data, GLenum usage)
    version(!WebAssembly)
    extern (C)
    void
    glBufferData

Meta